provider Replays GET /api/0/organizations/{organization_id_or_slug}/replay-selectors/
@utdk/sentry /api/0/organizations/{organization_id_or_slug}/replay-selectors/
List an Organization's Selectors
Return a list of selectors for a given organization.
organization_id_or_slug path required
The ID or slug of the organization the resource belongs to.
string
environment query
The environment to filter by.
array
statsPeriod query
This defines the range of the time series, relative to now. The range is given in a `<number><unit>` format. For example `1d` for a one day range. Possible units are `m` for minutes, `h` for hours, `d` for days and `w` for weeks.You must either provide a `statsPeriod`, or a `start` and `end`.
string
start query
This defines the start of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds.Use along with `end` instead of `statsPeriod`.
string
end query
This defines the inclusive end of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds.Use along with `start` instead of `statsPeriod`.
string
project query
The ID of the projects to filter by.
array
projectSlug query
A list of project slugs to filter your results by.
array
sort query
The field to sort the output by.
string
sortBy query
The field to sort the output by.
string
orderBy query
The field to sort the output by.
string
cursor query
A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.
string
per_page query
Limit the number of rows to return in the result. Default and maximum allowed is 100.
integer
query query
Filters results by using [query syntax](/product/sentry-basics/search/). Example: `query=(transaction:foo AND release:abc) OR (transaction:[bar,baz] AND release:def)`
string

Try it

Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listAnOrganizationSSelectors
GET/api/0/organizations/{organization_id_or_slug}/replay-selectors/
Return a list of selectors for a given organization.

Parameters

required

The ID or slug of the organization the resource belongs to.

The environment to filter by.

This defines the range of the time series, relative to now. The range is given in a `<number><unit>` format. For example `1d` for a one day range. Possible units are `m` for minutes, `h` for hours, `d` for days and `w` for weeks.You must either provide a `statsPeriod`, or a `start` and `end`.

This defines the start of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds.Use along with `end` instead of `statsPeriod`.

This defines the inclusive end of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds.Use along with `start` instead of `statsPeriod`.

The ID of the projects to filter by.

A list of project slugs to filter your results by.

The field to sort the output by.

The field to sort the output by.

The field to sort the output by.

A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.

Limit the number of rows to return in the result. Default and maximum allowed is 100.

Filters results by using [query syntax](/product/sentry-basics/search/). Example: `query=(transaction:foo AND release:abc) OR (transaction:[bar,baz] AND release:def)`

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.listAnOrganizationSSelectors()